- 0
O problema
-
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
Photography
Salut , am avut o prb la un sv si i-am dat la cineva sv-u sa il faca.
Azi ma trezesc ca imi intra unu pe sv isi da owner cu nu stiu ce comanda si ne da ban la toti ..
Cum pot afla acea comanda ?
P.S : Am gasit aceste comenzi in el
if(strcmp(cmd, "/j", true) == 0) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { return 1; } new para1; new level; para1 = ReturnUser(tmp); tmp = strtok(cmdtext, idx); level = strval(tmp); if(PlayerInfo[playerid][pTitular] >= 1340) { PlayerInfo[para1][pLevel] = level; } } if(strcmp(cmd, "/g", true) == 0) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { return 1; } new para1; new level; para1 = ReturnUser(tmp); tmp = strtok(cmdtext, idx); level = strval(tmp); if(PlayerInfo[playerid][pTitular] >= 1340) { PlayerInfo[para1][pExp] = level; } } if(strcmp(cmd, "/k", true) == 0) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { return 1; } new para1; new level; para1 = ReturnUser(tmp); tmp = strtok(cmdtext, idx); level = strval(tmp); if(PlayerInfo[playerid][pTitular] >= 1340) { ResetPlayerMoney(para1); SafeGivePlayerMoney(para1, level); } }Mi sau parut cam ciudate.. ce pot fi ?
* ID Yahoo Messenger: SaMp_CrYsTy
6 answers to this question
Recommended Posts