Liberty Unleashed
Scripting => Script Help => Topic started by: mimomohamed on August 24, 2012, 11:39:38 am
-
when i try ti find Pickup i use
if ( szCommand == "fp" )
{
local pup;
if ( szParams ) pup = FindPickup( szParams.tointeger() );
if ( pup ) MessagePlayer( "Succesfully found pickup id: " + szParams + "!", pPlayer );
else MessagePlayer( "Unable to find an pickup with id: " + szParams + "!", pPlayer );
}
i can find Pickup 13 11 12 10 Etc... but when i try ti find a Pickup like 1362 or something like that it says couldn't find ( lol ) and i can see that Pickup so how can't find so help me please :)
-
You just use Pickup IDs not Pickup Model.
-
xD o.O :o :o :o :o thanks man I'm crazy :D