Search Results
Lorenc_ can you do some tutorial video on *******? Soo people can understand how to use min x-y and max x-y. I kinda dont know how it works . BTW great FS.
1,241
LOL, thank you steven, new thing i learned to dont put it in public onplayercommandtext(...).
162
Still giving out errors, sec i will get full public with top includes, maybe you people can find different problems. Includes at the top! Код: #include <a_samp> #include <zcmd> #includ...
162
Hate to say it :/ but problems are still same..
162
Still doesnt work. Giving same errors.
162
Код: CMD:nuke(playerid, params[]) //errored line 5131 { if(IsPlayerInRangeOfPoint(playerid, 2.0, 415.6206,2533.7751,19.1484)) { if (gTeam[playerid] == 1) { ShowMenuForPla...
162
Ok its nice, time to test it. Just little problem was here in coding, you missed ")". But it wasnt deal. Code: if(vehicleid == rhino[0]) //in OnPlayerExitVehicle Thx for help . I will tell results...
103
I kinda need help. I need kill timer for defined vehicle. Example: rhino1 = createvehicle(....... public OnVehicleExit.... } If vehicle is rhino1 } Kill(rhino1timer); return 1; } public OnVehicleD...
103
it doesnt work, it make skin clearly selectable by everyone. Are you sure this code works?
218
Ye its working, can i ask for one last thing if i wanna reserve the skin for more people than 1. how i can do it?
218
Код: public OnPlayerRequestSpawn(playerid) { new PlayerName[24]; GetPlayerName(playerid, PlayerName, 24); if(GetPlayerSkin(playerid) == 100) { if(strcmp(PlayerName,"radek",true) == 0) { SendClient...
218
Код: public OnPlayerRequestSpawn(playerid) { new PlayerName[24]; if(GetPlayerSkin(playerid) == 100) { if(strcmp(PlayerName,"radek",true)) { SendClientMessage(playerid,0x33AA33AA, ...
218
you are close but i dont mean this, i know setplayerinteriorworld(playerid, 0); I need to create one exit that teleport me to correct doors where i enter in, there is around 5x Burgershots, and all wa...
99
i just wanna more creative enter/exit. I need only fix exit problem and its ok, enter is just setplayerpos.
99
I wanna make exit and enter from burger-shot or other interiors that use multiple enter, all Burgerkings teleport you to same interior, how i can do exit, to be teleported to correct building (to that...
99