Search Results
Thank you, I'll remember it. PHP код: stock SendMessageToCopsBackup(playerid, id,Float:xback, Float:yback, Float:zback,color,text[]) {     for(new i=0; i<MAX_PLAYERS; i++)    ...
110
Hello, i'm trying to make a Backup Call function, where Police officer, can call a Backup, and for other Players will be tje Checkpoint showed. So far, i have done, but the Checkpoint, shows for me. A...
110
Thanks, but getting a: Quote: undefined symbol "OnDutyPD" on: PHP код: if(OnDutyPD[i]==1) // THIS LINE {        SendClientMessage(i,color,text);        Set...
123
Hello, i'm getting a warning "local variable "OnDutyPD" shadows a variable at a preceding level". Global: PHP код: new OnDutyPD[MAX_PLAYERS] = 1;  Function: PHP код: SendMessag...
123
Hello, so, my old thread was similar. Can't get it to working / Can't understand why. So, i'm trying to get the Player Position to stock, where i'll create a Checkpoint. I searched, but didn't found i...
89
Oh! Thank you. And i'm wondering why this isn't working Tried most codes, changed, but nah. so, Thank you, it works.
69
Thanks, but nothing changed. After that, i can't use any other command. Something is here wrong, but can't really find, what's cause the problem. Code seems to be correct.
69
Hello, any ideas why the SendClientMessage is not showing? It should be displayed when the Player is outside the Area. PHP код: if(IsPlayerInArea(playerid, -2079.122070, -270.203887, -2055....
69
Okey. Getting a warning: Quote: error 035: argument type mismatch (argument 2) on the same line: Quote: IsAttackTimer(money, gang, gplace, IsAttackCountTimer, playeri...
177
Yes, changed it here: Quote: IsAttackTimer(money[], gang, gplace, IsAttackCountTimer, playerid); // Line 8450 and here forward IsAttackTimer(money[], gang, gplace, IsAttackCountTimer, pl...
177
@jasperschellekens: Yes, i tried. Same warnings. @Sreyas: Ou, okey. But now, getting a "error 029: invalid expression, assumed zero" warning.
177
IsAttackTimer(money, gang, gplace, IsAttackCountTimer, playerid); // Line 8450
177
Hi, Hmm. Getting a warning about "argument type mismatch (argument 1)", when i'm trying to get the cmdtext to timer function. Any ideas, what did i wrong? Код HTML: .pwn(8450) : error 035: argume...
177
Hello, any ideas, how can i check if a player is in the Right interrior. So far, i know how, but seems, some Interriors has same ID's. Also i'm want to give a "Name" for the Right interrior id. I'm f...
81
Gamemode text? You mean a hostname on the server.cfg file? To create objects in server, create a new filescript and add: Quote: #include <a_samp> #include <streamer> #include ...
88