Search Results
Do you have a 'OnPlayerGiveDamage'?
149
Then show us your Anti team kill code.
149
This error means that 'players' is already defined. Whether change it or remove new players; both will fix it.
129
Quote: Originally Posted by youssefehab500 Check this out. You are missing something. Guess I wasn't clear enough, you should have clicked on my link and compared yours with it. PHP к...
133
PHP код: new string[128]; if(Chat[playerid] == true) {     format(string,sizeof(string),"(%i) %s: {FFFFFF}%s",playerid, ReturnName(playerid),text);     SendClientMessageToAll(GetP...
82
PHP код: if (carid = Car_GetID(carid) != -1 && Car_IsOwner(playerid, carid) && IsPlayerInVehicle(playerid, dmvCars[i]) && IsPlayerInVehicle(playerid, rentC...
67
Use this. The SA:MP wiki even gives a basic tutorial on how to use it. For your second question, which include do you mean?
110
PHP код: forward OnPlayerEnterDynamicCP(playerid, checkpointid); public OnPlayerEnterDynamicCP(playerid, checkpointid) {     if(checkpointid == CP[CAPZONE])     {         ...
82
Try using crashdetect and show us the logs.
213
PHP код: GameTextForPlayer(issuerid, "~r~The player you're trying to hit has ~g~god mode activated~r~!", 5000, 5);  I'm guessing you need this game text to be shown for the sh...
205
PHP код: public OnGameModeInit() {     new CocoText;     CocoText = CreateDynamicObject(2789, 2024.81970, -1763.09644, 36.42480,   0.00000, 0.00000, 180.00000);     SetD...
109
Can you show us the full code? The full pickup check.
77
Tried changing the return to 0?
125
And do you get the message I added when you try to cancel?
236
PHP код: //-> Vagos' Skins <-// if(extraid == DIALOG_VAGOS_SKINS) {     if(response)     {         SendClientMessage(playerid, 0xF5BE1880, "[ NOTIFICATION: Skin ...
236
Show me how it is being used in other commands. Edit: PHP код: if(distanta[i] > 65.0 && IsLoggedIn[i] != true)  This will do it. Sorry, I was checking it in the wrong wa...
127