Search Results
Line before that, you have comma, delete it. If it's last item in list you never put comma. Ex. item1,item2,item3,. - Doesn't make much sense.
678
Why is vehicle ID 100 important to your NPC? I don't see anything in code you posted that has any relation to ID 100.
682
How do you plan to use archive?
543
Quote: Originally Posted by Deadpoop *facepalm* I meant you dm position! Thats just example i cant read your minds and set the position to your dm position! Relax and explain it nicely...
569
PHP код: stock GetHouseID( playerid )  {     new id;     id = -255;     for ( new i = 0; i < MAX_HOUSES; i++ )      if (IsPlayerInRangeOfPoint( playerid,Â...
791
You are either missing character or you have character that shouldn't be there. Which line exactly is 240?
678
Vehicle IDs are automatically assigned upon creation, you can't change them. You can make your own IDs but it's stupid and waste of memory. You should change your dealer system so it doesn't depend on...
682
I'm not sure but try to move pawn Код: Delete3DTextLabel(playertextid[playerid]); from OnPlayerConnect to OnPlayerDisconnect.
653
Well you have variables to check if someone is in Gang. Just add if statement for that, too.
724
https://www.youtube.com/watch?v=op-y5WK6Fiw Watch this. Rest things are to have correct Internal IP and Port.
672
Which manufacturer and model?
672
I'm not sure but you can try with OnPlayerGiveDamage And then check IsPlayerInAnyVehicle and GetPlayerVehicleSeat has to be different than 0. That means he is not driver and that he is shooting from c...
724
And in my code pawn Код: if((GetTickCount()-medictickcount[playerid])<60*1000) return SCM(playerid,COLOR_GREY,"You can use this command only once every minute!"); Checks has command been used ...
606
Opening Ports = Port forwarding. Let's go step by step. Do you have router?
672
Are your variables for 3D Text labels taged as Text3D ex. pawn Код: new Text3D:playertextid[MAX_PLAYERS];
653
pawn Код: //top of scriptnew medictickcount[MAX_PLAYERS];//your new cmdif(strcmp(cmd, "/recrutezmedics", true) == 0)    {        if(IsPlayerConnected(playerid))        {           ...
606
You need to port forward in case you have router. It depends from manufacturer to manufacturer. Make sure you are linking port to correct Internal IP adress. Make sure port in Router Configuration Pan...
672
https://sampwiki.blast.hk/wiki/GameTextStyle Cheers.
302
You want top players of all accounts, not just ones online. This is possible in case you are using MySQL.
301
14:57 [MG]Dimi Erm Face 14:57 Meelis13 lol 14:57 Meelis13 for shop i guess 14:57 [MG]Dimi Make enum with data 14:57 Beremix yes 14:57 [MG]Dimi ex. 14:58 [MG]Dimi Name 14:58 [MG]Dimi Price 14:58 [MG]Di...
455