- 0
Ajutor
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Diabolix
Salut , am si eu o problema , deci cand dau /pay in joc imi pica sv :| Ce pot face?
uitati si comanda
if(strcmp(cmd, "/pay", true) == 0)
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD1, "{B8DBFF}Synthax: /pay <PlayerID/Name> <Amount>");
return 1;
}
//giveplayerid = strval(tmp);
giveplayerid = ReturnUser(tmp);
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD1, "{B8DBFF}Synthax: /pay <PlayerID/Name> <Amount>");
return 1;
}
Join = > RPG.TRUEGAMING.RO
10 answers to this question
Recommended Posts