Search Results
How i can create BAN command wich I can set Banned column (on table players) to 1? With MySQL.
37
Hey, how i can put player in vehicle? Code: Код: PutPlayerInVehicle(playerid, 462, 0); PutPlayerInVehicle(DuelID, 462, 0); Didn't working :/
165
No, i didn't use any scripts for server time.
116
How i can make a script wich i can change after 9 PM to evening weather?
116
I have an FilterScript wich i can't write any commands exept Dual commands. How can i fix it? Код: #include <a_samp> /* Duel Filterscript (Ripped from LW_LVDM) Brought to you by [NB]Sne...
45
Hi all, do someone can help create something like Drift fight? Player1 types /invitedrift [PlayerID], if Player2 accept invite: Player1 will be teleported here: Код: -111.7287,796.8013,20.7644...
52
1. Код: CMD:respawn(playerid,params[]) { if(Donator[playerid]) { for(new vehicles=0; vehicles<MAX_VEHICLES; vehicles++) { if(!PlayerInCar(vehicles)) ...
129
gamemodes\mygm.pwn(3193) : warning 219: local variable "PlayerName" shadows a variable at a preceding level gamemodes\mygm.pwn(3195) : error 017: undefined symbol "name" Now i getting this.
80
I have this code: Код: if (strcmp(cmdtext, "/say", true) == 0) { if(Admin[playerid] == true) { if(sscanf(params,"s", Text)) return SendClientMessage(playerid, 0xF00000FF, "Use /say [Text]");...
80
How i can do something like that: TAB > Two clicks on player and will show player information? My code: Код: new Float:Armour; new Float:Health; GetPlayerArmour(playerid, Armour); GetPlayerH...
42
Thanks for information, but how i can create command with Num 8?
113
Hi, how i can create something like this: If player press N key he gets ClientMessage?
113
My code: if (strcmp("/pinfo", cmdtext, true, 6) == 0) { new string[128]; format(string, sizeof(string), "Player Score: %d | Player Money: %d | Player Health: %f | Player Armour: %f", GetPlayerS...
102
Now undefined this variables: healthvariable, armourvariable
102
Now i getting this: error 017: undefined symbol "scorevariable" Pawn compiler 3.2.3664 1 Error.
102