Search Results
Starting the latest NGRP script is harder because you have to open the database too so you have to use phpmyadmin and so on...
309
Check these:
OnPlayerSpawn;
OnPlayerRegister;
OnPlayerLoad;
You should see the refunds there so you can edit them. You should see the values you get in game.
178
Try this:
Open server.cfg and find the line gamemode0;
There you have to add your gamemode`s name.
Example: gamemode0 mygamemodename 1;
If you did this already open gamemodes folder and check if your...
353
Quote:
Originally Posted by zT KiNgKoNg
Well all server die out at some point, you've just goto find one that you like.
I don`t think I`ll find another one like that.
272
I hoped that someone re-opened it under a different name. Sad because it was an awesome server...
272
Hello SA-MP players!
If someone can tell me if the server from the video is still active and if yes, what`s it`s name.
https://www.youtube.com/watch?v=-3vP8xEdQyw
272
Код:
public OnPlayerSpawn(playerid)
{
if(!gPlayerLogged{playerid})
{
SendClientMessageEx(playerid, COLOR_WHITE, "ERROR: You are not logged in!");
Kick(playerid);
return 1;
}
SetTimerEx("...
170
I don`t know what`s your CMD but try:
Код:
GetPlayerName(playerid, tt, sizeof(tt));
150
Using 0.3z?Make sure your script is updated to latest version of SA-MP
After you updated the script open pawno>pawno.exe again > File>Open your script then compile again.
159
Hello SA-MP ers.
Please help me with this bug:
VIDEO OF BUG:
https://www.youtube.com/watch?v=7Un8...ature=*********
Problem:
On Register/Login the player gets TPed in LEOs cars then gets back to his...
170
1:Use wamp server.
2:Instead localhost use 127.0.0.1
138
Use MTA to map an interior or try to find a mapper to create one for you .
279
You want to create a checkpoint with your business?
205
In your Script Folder you`ll find a file .sql....mine`s ngrp_beta.sql.
That`s the database....
You first have to host that database in your PC or on a host machine.
You can use wamp server to create ...
356
Код:
SetPlayerColor(playerid, 0xAA3333AA);
?
256
Quote:
Originally Posted by Pr0GreSiVe
Its not ngrp script and thank you so much, i shouldnt edited any shit in mysql.pwn just in mysql.cfg
No problemo.
And it is NGRP script :P
I have ...
356
You should post those lines...
177