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.
226
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.
249
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...
233
PHP код:
stock GetHouseID( playerid )Â
{
    new id;
    id = -255;
    for ( new i = 0; i < MAX_HOUSES; i++ )Â
    if (IsPlayerInRangeOfPoint( playerid,Â...
423
You are either missing character or you have character that shouldn't be there. Which line exactly is 240?
226
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...
249
I'm not sure but try to move
pawn Код:
Delete3DTextLabel(playertextid[playerid]);
from OnPlayerConnect to OnPlayerDisconnect.
305
Well you have variables to check if someone is in Gang. Just add if statement for that, too.
314
https://www.youtube.com/watch?v=op-y5WK6Fiw
Watch this.
Rest things are to have correct Internal IP and Port.
293
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...
314
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 ...
228
Opening Ports = Port forwarding.
Let's go step by step. Do you have router?
293
Are your variables for 3D Text labels taged as Text3D
ex.
pawn Код:
new Text3D:playertextid[MAX_PLAYERS];
305
pawn Код:
//top of scriptnew medictickcount[MAX_PLAYERS];//your new cmdif(strcmp(cmd, "/recrutezmedics", true) == 0)Â Â {Â Â Â Â if(IsPlayerConnected(playerid))Â Â Â Â {Â Â Â Â Â Â ...
228
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...
293
https://sampwiki.blast.hk/wiki/GameTextStyle
Cheers.
140
You want top players of all accounts, not just ones online. This is possible in case you are using MySQL.
121
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...
270