Search Results
oh my bad it work but i dont want to use another players cmds i want just to use my own what was my problem exactly
130
Quote: Originally Posted by Threshold Use the new code I posted in the other thread. same warings
130
Quote: Originally Posted by Threshold pawn Code: CMD:aj(playerid, params[]){    if(pdata[playerid][Adminstator] < 2) return SendClientMessage(playerid, Red, "Command not found! Type ...
130
PHP код: CMD:aeject(playerid,params[]) {   new TargetID, Reason[100], name[24], tname[24], str[100];   if(pdata[playerid][Adminstator] < 2) return SendClientMessage(playerid,Red...
69
hello i want if i didnt type the reason it will just eject the player without send to him the reason i used isnull but its not work PHP Code: CMD:aj(playerid,params[]) {   new TargetID, reaso...
130
Quote: Originally Posted by PowerPC603 Loading data is usually done under OnPlayerConnect. Players usually connect once, but may respawn multiple times during their gaming session. There i...
87
hello i have mysql system and its save the data fine and the register system is but where i load the stats of player OnPlayerSpawn or OnPlayerConnected or where like SetPlayerSkin and SetPlayerInterio...
87
hello i've this command to flip vehicle, i want if i didnt put the player's id it will just flip my car i tryed isnull and if(!params[0]) etc, and didnt work PHP код: CMD:flip(playerid,params[...
50
hello i've made a command to mute players with Settimer in minuts, i want if the player was muted he get message you will be unmuted after blala minutes how to get the timer to format it and send mess...
62
Hello is this right to check if two player are connected PHP код: if(!IsPlayerConnected(player1 || player2))  ?
65
but when i put my data in OnPlayerConnect Nothing load its spawn on the air
69
Hello is OnPlayerSpawn the best option to load player data like, skin interior postion etc.?
69
PHP код: pdata[playerid][Angle] = cache_get_field_content_float(0,"Angle",Mysql);  PHP код: warning 213: tag mismatch 
60
Is OnPlayerDeath get called when i use setplayerhealth?
182
Show us the code, we cant do shit without it
139
Whats the problem PHP код:     mysql_format(Mysql,q,sizeof(q),"UPDTAE `players` SET `Skin`=%d WHERE `ID` =%d",pdata[playerid][Skin],pdata[playerid][ID]);     mysql_tquery(Mysql,q...
62
why the password dose not change on the database PHP код: CMD:password(playerid,params[]) {   new q[126], str[100], newpass[100];   if(sscanf(params, "s[100]",newpass)) return SendCl...
115