Search Results
Well i read this tutorial, and thought to start making macros, But now i am getting error's while using them pawn Код: #define GetPName(%0)                                      ...
93
pawn Код: public OnPlayerSpawn(playerid){if(gTeam[playerid] == COPS){SetPlayerInterior(playerid,6);SetPlayerPos(playerid,set here the position);}return 1;}
170
Quote: Originally Posted by DJKillz nice.... Saves me heaps of time That\'s what it\'s for Quote: Originally Posted by Abinesh™ awesome Thanks
1,443
My own admin script, with everything i need in it. I have it copied on my external hdd. Over 150 cmds.
201
pawn Код: if(dialogid == 0) //Jei dialogid bus lygus 0    {        new vardas[MAX_PLAYER_NAME], string[180];        GetPlayerName(playerid, vardas, sizeof(vardas));        if(respons...
68
Quote: Originally Posted by rambq maybe an delete option is usefull too:P nice fs Nah, because it would create bugs, like if you have 5 labels created and delete the label 3, the it ...
1,443
Quote: Originally Posted by gamer931215 You can change it in the defines Lol thanks :b
1,443
Quote: Originally Posted by [RsM]XpLoD good job, awesome Thanks
1,443
Quote: Originally Posted by Nero_3D Bad joke, just do 5 - 1 if you are serious Actually it wasn't a joke. I wanted to know just a function like, that if it was possible.
71,266
Quote: Originally Posted by Phanto90 So this create 1 file for each textlabel? Isn't a bit inefficient? Bettere 1 file where you put on each line the information for each textlabel (maybe ...
1,443
Yo, can anyone make like GetDifferenceBetweenNumbers(number1,number2)?? So like GetDifferenceBetweenNumbers(1,5) would return 4
71,266
What is it? You can create, while in game labels. You can aswell edit them, after the server restart because it saves and loads. Why did i make it Well i saw people fed up of going in game /save then ...
1,443
Quote: Originally Posted by Donya ... i just answered the question I answered yours.
1,215
Quote: Originally Posted by Donya a_npc? Yeah, but are you going to use IsPlayerInArea in a_npc?
1,215
Quote: Originally Posted by Sergei Just a question. Code: #if defined MAX_PLAYERS #undef MAX_PLAYERS Do you know any case when MAX_PLAYERS isn't defiend after you include a_samp.inc?...
1,215
Suggestion: TogglePlayerArea(playerid,areaid,bool:toggle)
1,215
Quote: Originally Posted by Zh3r0 Indeed it is! How you noticed? :O @ OBSERVADOR I found what the problem was. I was using an %s without any data. I will release another version with t...
2,529