Search Results
Haven't really thought about that, but it actually freaking works! I used to recall in the past version it used to work even in small sizes. But anyways, it's now working. Thanks man.
140
So, this is my first time scripting since my 2 year break from anything SA-MP related. So please, bear with me. I have these checkpoints created: pawn Код: new LSBank, SFBank, LVBank, InsideBankL...
140
Never had one, and I wish I could. I got close once, but never really got out of my body and what I've experienced was way worse, because I have no control over my body although I could clearly see wh...
2,027
Quote: Originally Posted by SaW A legend, RIP. I was shocked when I heard of this :[ Rest in peace Leslie Nielsen, rest in peace.
410
Yeah, I know :3 But I need the source code, because I am currently trying to learn C++.
2,002
Grr.. I really need the Source code D: Can someone PM me the Source code.
2,002
pawn Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){  if(vehicleid == ....)  {    if(team[playerid] != 6)    {       RemovePlayerFromVehicle(playerid);    }  }  r...
158
Is it in a callback : pawn Код: public OnPlayerEnterCheckpoint(...){  return 1;}
280
Quote: Originally Posted by GTA967 *don't say doin your wife* *don't say doin your wife* *don't say doin your wife* doin your... son? lol'd.....
3,527
Put this : pawn Код: TogglePlayerControllable(playerid, 0);SetTimerEx("Unfreeze", 1500, true, "i", playerid);forward Unfreeze(playerid);public Unfreeze(playerid){  TogglePlayerControllable(playe...
239
Well make some variables like : pawn Код: if(Owner[playerid] == 1){  GivePlayerMoney(playerid, 10000);}else if(Member[playerid] == 1){  GivePlayerMoney(playerid, 10000/2);}
229
On Top : pawn Код: New PlayerTotalVar;new PlayerVar[MAX_PLAYERS]; OnPlayerSpawn Callback : pawn Код: public OnPlayerConnect(playerid){  PlayerTotalVar++;  PlayerVar[playerid] = 1;  return ...
204
Errr... Perhaps get the coordinates of your CreateDynamicCP(Float, Float:y, Float:z, Floatize, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
220
Or you could use MTA:SA and then put cars in the places that you want to have. And then convert them into this website : http://convertffs.com/
385
I'm assuming that you are using Incognitos Streamer Plugin pawn Код: native CountDynamicObjects(); EDIT : Oh fuck lol your own. Well here's an example : pawn Код: new Var;stock MyOwnObject...
148
Well returning 0 will result to that. Change it too : pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){  return SendClientMessage(playerid, Colour, "Some message here....");}
193
pawn Код: public OnPlayerConnect(playerid){  SendClientMessage(playerid, Colour, "USE /register FOR REGISTER, OR /login FOR LOGIN!");  return 1;} EDIT : Oops >.>
135