Search Results
So, i wanna spawn a vehicle, and when i spawn it, i wan't player to get inside it?? hows that possible?
65
This look better on server -> pawn Код: CMD:cmds(playerid, params[]){    ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"~~Availible Commands~~","Kill","Ok","Cancel");    return 1;} if y...
174
pawn Код: CMD:cmds(playerid,params[]){     SendClientMessage(playerid,blue,"~~Availible Commands~~");     SendClientMessage(playerid,green,"Kill");} try that
174
try pawn Код: CMD:cmds(playerid,params[]){    return SendClientMessage(playerid,blue,"kill");} and then type /cmds
174
Please someone, i need /kick & /ban command.. can you make it for me?
142
So, how can i delete those yellow marker i mean, that yellow marker which is in front of the door?
171
Hey! pawn Код: COMMAND:pm(playerid, params[]){    new text;    new pID;    if(!sscanf(params, "ds", pID, text))    {        if(!IsPlayerConnected(pID))        {            S...
271
How to make PM command? please help me :S
271
i think it is "if (strcmp(cmdtext, "/admins", true) == 0)"
408
So, my SAMPCE works perfectly, but when i try to add these files in SAM[P]CE/includes folder: dini.inc, dudb.inc, dutils.inc, sscanf2.inc, streamer.inc and zcmd.inc and when i try to start my SAMPCE...
204
Now i fixed it! have no problems anymore sorry
56
pawn Код: // Car Spawns from LVDM    AddStaticVehicle(451,2040.0520,1319.2799,10.3779,183.2439,16,16);    AddStaticVehicle(429,2040.5247,1359.2783,10.3516,177.1306,13,13);    AddStaticVehicl...
56