Search Results
Quote:
Originally Posted by Austin
No, the purpose is, if you have a default gamemode set up on your server, and you need to restart it, GMX'ing can be problematic, so a hard restart is be...
221
1) Comment 'OnPlayerRequestClass' and the SkipSpawn shit.
2) SpawnPlayer(playerid); under OnPlayerLogin.
211
Ahh, good ol' fclose.
I'll try it, thanks.
221
On-topic: Make a timer like this under OnGameModeInit:
pawn Код:
SetTimer("TutorialCheck", 1000, true);
Then the callback..
pawn Код:
public TutorialCheck(){ new i = 0; while (i &...
321
Quote:
Originally Posted by [FeK]DraKiNs
WriteTextConsole("yo ");
Oh, I didn't get it, thanks.
119,228
Quote:
Originally Posted by [FeK]DraKiNs
Write Text in Console
PHP код:
stock WriteTextConsole(text[])
{
new samp[100],count = GetTickCount();
for(new a; text[...
119,228
Quote:
Originally Posted by [LF]Mr.Lucci
This guy was right, I had files CARS and TRUNK and my car file wasn't being created, but I changed it to Cars and Trunk, and it worked.
Also I ju...
3,762
It's set manually in the server.cfg file...
Код:
announce
Setting it to '1' will announce your server to the master servers (internet list).
Those are all home servers, bit of hosted off there (...
170
Quote:
Originally Posted by 77ther
It accualy doesn't work..
EDIT:
I found this, maybe I have to do something with it?
Код:
new namestring = strfind(plname, "_", true);
If their ...
300
Even though, #define must be #pragma, lol.
No problem.
242
Quote:
Originally Posted by Shadow™
Clean up your code...
Though you can use
pawn Код:
#define tabsize 0
That makes you look like a beginner, you shouldn't even use that code,...
242
I can't do anything without your code..
242
Quote:
Originally Posted by Amine_Mejrhirrou
... do you know tha songs name pls
Can't you read?
Search for 'X-Files remix' on *******... I'm tired of people like you who don't bother r...
349
Quote:
Originally Posted by *******.com
what's tha song
aminemej 4 minutes ago
pls STOP posting drift videos you realy sucks
aminemej 6 minutes ago
Wow.
X-Files theme song?
349
If you aim your sniper, you can see your attached objects on your head bone (glasses/hats/rags/etc...).
I don't think this can be prevented with scripting...
645
Editing GF, found out that the script had so many bugs/warnings (68+ warnings), then I tried to script from scratch, failed, quit SA-MP, joined another game, came back, looked at scripts, then I sudde...
320
1) Wrong section.
2) We are not interested in the same poll that was posted over 100 times.
I'd say make your own.
141
Are you returning 0?
If not, you need to return 0 ALL TIMES under OnPlayerText.
174
Quote:
Originally Posted by Rocketeer
I like it alot, here is a part i did not like. After vehicle is destroyed, it is re spawned but without a color or a mod u want on it, i assume u made...
3,762
pawn Код:
if(strcmp(cmdtext,"/buylevel",true)==0){ if(GetPlayerMoney(playerid) < 100000 && GetPlayerScore(playerid) != 0) return SendClientMessage(playerid, COLOR_BRIGHT...
241