Search Results
Where i add that
Code:
enum pInfo
{
}
new PlayerInfo[MAX_PLAYERS][pInfo];
?
4,796
how about that marker ? and when go to marker it give menu..?
197
i maked menu.. and it gives erroes like this
(66) : error 017: undefined symbol "barmenu"
i maked
Код:
new Menu:barmenu;
and
Код:
barmenu = CreateMenu("Bar Menu", 2, -2443.0635,754.2624,35.0,...
197
Good job i test this bescuse my old map editor sucks
Pastebin please
552
Nice i have to test
1,235
I need just that That is really good for RolePlayer server.. more realistic
1,271
Just login RCON and use it
Код:
if(!strcmp(cmdtext, "/ban", true, 5))
{
if (IsPlayerAdmin(playerid))
{
if(!strlen(cmdtext[6]))
{
SendClientMessage(playerid, COLOR_ORED, "Usage: ...
266
I downloaded that one --> http://forum.ragezone.com/f499/relea...editor-595228/
It works good .. but one problem i had.. when i type /osaveall.. it says in game (2 objects saved).. ill go check in ...
203
Please tell me the best edtitor you know? (no MTA bescuse in not works on me)
203
Yes i make Command (/opengate) i use MoveObject
508
Okay.. I use if(PlayerToPoint too?
508
I need help with making gates.. i know how to add gates,but how that open and close system?
i hear i have to get coordinates of close and open place..
508
Yes.. I have now working Freeze and Unfreeze commands
641
Where it put that
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new idx;
new cmd[128], tmp[256];
cmd = strtok(cmdtext, idx);
...
641
Just login rcon and use it
Код:
if(!strcmp(cmdtext, "/ban", true, 5))
{
if (IsPlayerAdmin(playerid))
{
if(!strlen(cmdtext[6]))
{
SendClientMessage(playerid, COLOR_ORED, "Usage: ...
150
Again same problem.. i cant freeze other players :S Alway i type /freeze 1 i freezed and im id 0
641