[HELP]SetPlayerHoldingObject
#1

I got 3 Error! Any idea how to fix?


pawn Код:
#include <a_samp>

public OnPlayerSpawn(playerid)
{
    SetPlayerHoldingObject(playerid, 1609, 2); //Attach a turtle to the playerid's head!
    return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
    if(IsPlayerHoldingObject(playerid)) StopPlayerHoldingObject(playerid);
    return 1;
}
ERROR!
pawn Код:
error 017: undefined symbol "SetPlayerHoldingObject"
error 017: undefined symbol "IsPlayerHoldingObject"
error 017: undefined symbol "StopPlayerHoldingObject"
Reply


Messages In This Thread
[HELP]SetPlayerHoldingObject - by Larsey123IsMe - 12.11.2010, 05:12
Re: [HELP]SetPlayerHoldingObject - by Mike Garber - 12.11.2010, 05:16
Re: [HELP]SetPlayerHoldingObject - by Larsey123IsMe - 12.11.2010, 05:21

Forum Jump:


Users browsing this thread: 1 Guest(s)