Help please
#3

pawn Код:
if (strcmp("/help", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, color, "HOUSE: /unlock /lock /rent /unrent");//command help
SendClientMessage(playerid, color, "CAR: /unlock /lock /rent /unrent");// etc.
}
return 1;
}
example for give player money command
pawn Код:
if (strcmp("/givememoney", cmdtext, true, 10) == 0)
{
GivePlayerMoney(playerid, 50000)
}
return 1;
}
EDIT:
Quote:
Originally Posted by Bessensap
Посмотреть сообщение
Use the wiki and search the forums, we're not gonna learn you the basics before you havent considered searching, making a gamemode for a server isnt something u do in 5 minutes.
I agree
Reply


Messages In This Thread
Help please - by jackofbladesmah - 11.11.2010, 11:49
Re: Help please - by Bessensap - 11.11.2010, 11:59
Re: Help please - by HrvojeCro - 11.11.2010, 12:01
Re: Help please - by rs.pect - 11.11.2010, 12:54

Forum Jump:


Users browsing this thread: 1 Guest(s)