Search Results
For me same, but when i tried set: testLOS to 0 it will show.
90
if you mean this: Код: new rp = CreateRNPCPolice("Officerino", 280); AddRPOLWaypoint(rp, 2029.42, 1354.34, 10.5); AddRPOLWaypoint(rp, 2033.55, 1286.21, 10.5); AddRPOLWaypoint(rp, 2079.03, 1286.00...
138
Okay, show us the command. Maybe we find the solution.
138
Hmm maybe checks position of the NPC (if you changed it) or try again the "tutorial". link "Dont just copy&paste that code to OnGameModeInit() or main(), this wont work due to RNPC limitations. I...
138
Hi, check your server.cfg (maxnpc must be > 0). Or check in console that NPC is trying to connect.
138
I have a question. The functions: SetTimer and SetTimerEx are the same by a_samp or are "Fixed" by this plugin. Or it just "works" only on: SetTimer_, SetTimerEx_ ? Thanks for reply.
10,366
Post full code of it, not just some codes. Maybe we got it working
237
Interesting.. make sure you have latest includes and files (0.3z R4)
237
You dont have defined PlayerSeconds varriable. On TOP: new PlayerSeconds[MAX_PLAYERS]; And "format" as undefined? do yo have #include <a_samp> at top?
237
Код: CMD:arrest(playerid, params[]) { new targetid; if(sscanf(params, "u", targetid)) { SendClientMessage(playerid,COLOR_ERROR,"USAGE: /Arrest (Player Name/PlayerID...
237
First of all, Remove public JailTimer(playerid); - ";" at the end and show us your full command of arresting player.
237
Yes i know, Linux uses format ".so". Anyway, Thanks for your time.
119
I tried, it works only if I put the files: "If this cannot be installed on the server, place these files in the top directory (alongside samp-server.exe)." I installed newest .NET Framework. Question...
119
Hello, When i opened "samp-server.exe", this will show: and It happends when i used the newest version of streamer(Inkognitoґs). (The old 2.6.1 works fine). I Already tried this, but not help...
119
Alright, i got it. Rep +
136
Thanks for your reply, but i dont know why its happening.
136
Hi, When player dies, he will lose 100$, i dont know why... In script it isnt set If it helps i am using: zcmd, sscanf, YSI, foreach, inkognitoґs streamer, dini
136
Quote: Originally Posted by SickAttack Use your head before posting next time. As you say.
193
thanks for your reply, but i got it working... it must be: Код: new hour, minute, second; gettime(hour, minute, second); if(hour >= 03 && hour <= 05) //This is the fix.. so its only...
193