Search Results
Show me your enum - File[MAX_PLAYERS][file]
267
:O,i cant believe it but it would be much helpful for my server too.
275
So in public loaduserdata INI_String i guess
293
this ?
Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(giveplayerid,name,MAX_PLAYER_NAME);
format(msg, sizeof(msg), "You gave player %s ID:(%d) a car.",giveplayerid ,name);
SendClientMessage(playe...
278
Heya all,
ive created this little command for show me the server records but thats bugged with id 0 i guess and sometimes nobody got that value so its 0 and then is name not showing. I hope you have ...
119
Hmm,good for start maybe use more checkpoints
463
Yo dude i know anyone i learned from there too try this https://sampforum.blast.hk/showthread.php?tid=276352
316
Oh,no you see that no only once and then just case case case u understand?
316
Ok sorry then try to fix urself look at your
Код:
if(pickupid == Pickup[5] || pickupid == Pickup[6] || pickupid == Pickup[7] || pickupid == Pickup[8] || pickupid == Pickup[9] || pickupid == Pick...
357
No dude this if(dialogid == DIALODREGISTER) or with switch like this
316
I dont understand wheeres the problem ? :/
237
well try this
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
switch( dialogid )
{
case DIALOG_REGISTER:
{
if (!response) ...
316
lol this is crazy shit
274
Lol dude this is wrong,if you are using new Pickup[18]; then you have to create them all not only once ..
Код:
Pickup[0]= CreatePickup(1318, 1, 157.63,-1946.05,100.67, 1149);
Pickup[1]= CreatePic...
357
I will show you now an example for alarm
Код:
new eng,ligh,alarm,door,bonn,boot,objective;
GetVehicleParamsEx(GetPlayerVehicleID(playerid),eng,ligh,alarm,door,bonn,boot,objective);
SetVehiclePara...
176
Hmm i see that youre using first switch( dialogid ) and then switch( listitem ) so change it
316
Maybe this will help u https://sampforum.blast.hk/showthread.php?tid=327020
120