Search Results
You probably got a "new heal;" somewhere in your script that is never used. Remove it.
151
Because i want when the player gets near the range of point . It will show the dialog. It'll be like an automatic gate..
118
So, i got a toll system that is with a command /tolls and it will show you a dialog if you accept it that would take 2.5k blabla. So, i've put it at OnPlayerUpdate. So when the player gets near the ra...
118
@NoDi522, i recently changed it to that and it was working to me, @Semaj, check if you got the YSI include pack..
138
Try this : pawn Код: #include <YSI/y_ini>
138
Can you show me the enumator and OnPlayerConnect ?
125
Once i tried "ackslimit 5000" in my server.cfg and it worked.
107
Quote: Originally Posted by amirab you don't know even what is a RP ! can tell me what the fucking is this ??!?!?! PHP Code:         INI_WriteInt(File,"Cash",GetPlayerMoney(pla...
911
Can you show me the whole this : pawn Код: new turfs[ MAX_TURFS ][ tinfo ] = { Also you have forgotten a comma here : pawn Код: enum tinfo{     turfID,     turfName[ 40 ],     Float:...
136
Well done. I'll check it out when i get home.
36,712
Quote: Originally Posted by Luis- Nowhere, he's just simply stating what you could've done wrong. Exactly.
136
The SendClientMessage was just an example of your problem, so you have to find out in your script what tag is missing, like i explained, how it should be and how you did it.
136
You have propably done something like this: pawn Код: Should be :SendClientMessage(playerid, COLOR_, "Text"); pawn Код: You did:SendClientMessage(playerid, "Text"); I also noticed pawn Ко...
136
So, this system does carry the players body or an object ?
550
Can you show us some code so we can fix the trouble and then explain it to you ?
77
Thats because you have set your range to 100.0, try lower like 8.0 or 5.0
239
Quote: Originally Posted by SH******** Because i have 2 points : pawn Код: stock IsAtDuty(playerid){    if(IsPlayerInRangeOfPoint(playerid, 100.0, 246.806, 107.572, 1003.219)) return...
239
Why dont you try pawn Код: if(IsPlayerInRangeOfPoint(playerid, range, x, y, z)) return SCM(playerid, COLOR_GREY, "You are not in HQ!");
239