14.02.2013, 09:37
(
Последний раз редактировалось SilverKiller; 14.02.2013 в 11:22.
Причина: Yeah, sorry! i forgot about the return 0 and "i", Thanks for helping anyway.
)
~~~SOLVED~~~
edit: Nothing, but i think he asked how to check if it is NOT used?
|
https://sampwiki.blast.hk/wiki/IsPlayerA...ObjectSlotUsed
It couldn't be more obvious, really. You only needed to click the link at the bottom of this page. |
if(IsPlayerAttachedObjectSlotUsed(playerid, slot) == 0) // check if slot is not used (return 0)
if(!IsPlayerAttachedObjectSlotUsed(playerid, slot)) // check if slot is not used (return 0)