[HELP]Since u helped me i wanna ask another sumthin
#2

Try this:

pawn Код:
if(strcmp("/cash",cmdtext, true, 5) == 0)
{
   GivePlayerMoney(playerid,100000);
   SendClientMessage(playerid,COLOR_RED,"Here Is Some Cash");
   return 1;
}
    if(strcmp("/help", cmdtext,true,5) == 0)
    {
    SendClientMessage(playerid, COLOR_YELLOW,"Add Them All / To Make It A Command:Rules Cmds Teles Credits");
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)