30.07.2010, 18:58
i hate when newbie scripters are sent to do all by themselves, they're asking for help...not for a "GTFO and search urself"
at least u baske007 told him where to search
to FireCat: all funcions you see in the script on the right like... GivePlayerMoney, CreateObject, SetPlayerColor....etcetc
just type www.wiki.sa-mp.com/wiki/ and then write there what you need help to
example:
www.wiki.sa-mp.com/wiki/AddStaticVehicle
www.wiki.sa-mp.com/wiki/SetPlayerColor
PS: put this on the top of your script, it's to define dcmd commands
at least u baske007 told him where to search
to FireCat: all funcions you see in the script on the right like... GivePlayerMoney, CreateObject, SetPlayerColor....etcetc
just type www.wiki.sa-mp.com/wiki/ and then write there what you need help to
example:
www.wiki.sa-mp.com/wiki/AddStaticVehicle
www.wiki.sa-mp.com/wiki/SetPlayerColor
PS: put this on the top of your script, it's to define dcmd commands
pawn Код:
#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) &&(dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1