Search Results
looks good , good work !.
2,463
Код:
if(!strcmp("/ballaz",cmdtext,true))
{
new playername[24],string[50];
GetPlayerName(playerid,playername,sizeof(playername));
format(string,sizeof(string),"[Ballaz]%s",playername);
...
172
Код:
if(strcmp(cmd, "/weapmenu", true) == 0) {
if(GetPlayerInterior(playerid) != 7 )return SendClientMessage(playerid, COLOR_GREY,"You must be in /ammunation to use this command!");
return S...
451
to know when player press Esc ?
[there is any script / plugin that i can use to know that?].
171
only id 0 would see that..
for all players use SetTimerEx.
724
No, but you can create one..(but you must use SetVehiclePlate first).
336
no i dont use it,
i use my mode (DeathMatch)...
330
i dont get it,that problem happned only today, before it doesnt.
330
at the last hour my server show once at 10-15 minutes "Server Lost Connection.." for all the players,
and after second "Connectios Sucsess..",
why i have to do to solve this annoying problem..
at ot...
330
at the last hour my server show once at 10-15 minutes "Server Lost Connection.." for all the players,
and after second "Connectios Sucsess..",
why i have to do to solve this annoying problem..
at ot...
111
Код:
public OnPlayerSpawn(playerid){
if(GetPlayerSkin(playerid) == X)SetPlayerPos..
194