Search Results
Hello, Who can help me with making this two position random? So when the player dies it needs to spawn random at one of the two position.. 1177.7394,-1323.5411,14.0856 2029.3127,-1405.3264,17.2368 ...
89
Haha, and you think you might find a good Mapper for free? ...sad.
80
Quote: Originally Posted by Nonameman pawn Код: public OnPlayerText(playerid, text[]){new Float:pPos[3];GetPlayerPos(playerid, pPos[0], pPos[1], pPos[2]);for(new i=0; i<MAX_PLAYERS;...
192
Quote: Originally Posted by Tommy_CAR How add train in server? Save a other vehicle on the place where the train should be (AddStaticVehicle(vehicleid, bla, bla, bla)) Change the vehicl...
131
Quote: Originally Posted by jonnyboy new OnPlayerCommandText? or something like that? pawn Код: public OnPlayerCommandText(playerid, cmdtext[]) Or if it doesn't know what it is ma...
201
Quote: Originally Posted by iRana I want help in making a cmd . On cmd i want to set player on vehicle [name]; Please i need this thanks . On the vehicle or in?
161
Quote: Originally Posted by Wrath2k10 You mean when the Killerid used a car to kill the player? pawn Код: public OnPlayerDeath(playerid, killerid, reason){    if(IsPlayerInAnyVehicl...
86
How can i know if the killer is a guy with a car? if(killerid == ??
86
Quote: Originally Posted by Ihsan_Cingisiz But i don't get the suicide part.. Can you post a little script example dont understand exactly ... .
153
Quote: Originally Posted by Karl1195 yep, i can't fucken do this ! Can some one do it for me and tell me where should i place the stuff i got 80k lines fucken raven's roleplay and i need ...
129
Is there a script for this?
58
Quote: Originally Posted by Niixie Will not work, those two things does the same. just to mention OT: Ofc it will not work. you cant say else to if(killerid != INVALID_PLAYER_ID) if kill...
153
Quote: Originally Posted by Niixie Will not work, those two things does the same. just to mention hehe, thanks didn't see.. Still need help
153
Quote: Originally Posted by gamer931215 First try instead of: pawn Код: GetPlayerName(playerid, name1, sizeof(name1)); doing pawn Код: GetPlayerName(playerid, name1, sizeof name1)...
153
Quote: Originally Posted by [XST]O_x pawn Код: if(PlayerInfo[playerid][pDeaths] <= 100 && PlayerInfo[playerid][pDeaths] >= 50) { Thanks man!
71
Hello, i tried the suicide script but i don't get the ClientMessage, i didn't try the if someone else kills me but what did i do wrong? Quote: public OnPlayerDeath(playerid, killerid, rea...
153
else if(PlayerInfo[playerid][pDeaths] <= 100 && !<= 50) { ins = 50000; } I have: else if(PlayerInfo[playerid][pDeaths] <= 50) { and: else if(PlayerInfo[playerid][pDeaths] <= 100) ...
71
....................................
69
Quote: Originally Posted by Karl1195 any ways the FS are fucking my server i have to put them in game mode and i dont know how like 60k lines!! Paste it on http://www.pastebin.com/ and ...
165
Quote: Originally Posted by Anotniomontana Hi, i'm really new to pawno and i would like your advice(s) about this issue i'm having: I Add my own command using the blank spot in the "New co...
87