03.09.2009, 14:12
When i add this to my script
I get the
error
What should i do in this case,do i have to add anything like an include to the top of my script if SetPlayerShopName is built into the new 0.3?
Код:
SetPlayerInterior(playerid, 5); SetPlayerPos(playerid, 372.5565, -131.3607, 1001.4922); SetPlayerShopName(playerid,"FDPIZA"); SendClientMessage(playerid,0xFFFFFFFF,"Welcome to Pizza Stack!");
Код:
error 017: undefined symbol "SetPlayerShopName"
What should i do in this case,do i have to add anything like an include to the top of my script if SetPlayerShopName is built into the new 0.3?