Search Results
Thanks, i tried doing it like that
but wouldnt it mean when a bot goes afk means no one can go afk after that?
its not working
169
Im trying to make it so if
playerid = 12 return nothing
else
.....
how do it do it?
i have a bot, and it stands still and every 5 minutes it says ... went afk, i wanna make it so if its the bot's id...
169
Lets say I use this on my gamemode-
public OnGameModeInit(){
SendRCONCommand("loadfs fsname");
return true;
}
can i put there more than the limited 16 FS's for my server?
147
Whenever someone types in the clan chat it says the thing he wrote both on the public chat & on the clan chat, tried to fix it but couldnt do it, here is the onplayertext of the clan system-
Code...
78,594
Whenever someone types in the clan chat it says the thing he wrote both on the public chat & on the clan chat, tried to fix it but couldnt do it, here is the onplayertext of the clan system-
Ко...
278
here is on player text-
Its located on a filterscript, not on my gamemode.
Код:
public OnPlayerText(playerid, text[])
{
if(PlayerInfo[playerid][LoggedIn] !=1) return SendClientMessage(playerid,C...
156
it used to work fine, now its not, and its when i send the message, the text is hebrew
248
--------------------------
Exception At Address: 0x0047396B
Registers:
EAX: 0x0012F7B0 EBX: 0x00D1B730 ECX: 0x00000000 EDX: 0x004056C0
ESI: 0x00000000 EDI: 0x00D1A048 EBP: 0x0012F7C0 ESP: 0x0012...
156
Here is the crash info-
Code:
--------------------------
Exception At Address: 0x0047396B
Registers:
EAX: 0x0012F7B0 EBX: 0x00D1B730 ECX: 0x00000000 EDX: 0x004056C0
ESI: 0x00000000 EDI: 0x00D1A...
248
Hi all,
When I type things, and change the language few times, i get crashes, its horrible, any idea how to fix this?
here is on player text-
Its located on a filterscript, not on my gamemode.
Code:
...
248
How do i make objects to apear in all virtual worlds? cuz when i go to a different virtual world some of them disapear, im using mido streamer here is example-
Код:
CreateStreamObject(3833, -2441...
145
i did that it said, i didnt define playerid,
so i used (i,...
and it says-
(180) : warning 202: number of arguments does not match definition
261
I get this error-
(179) : warning 213: tag mismatch
here is the line-
SetPlayerPos(GlassSpawns[rand][0],GlassSpawns[rand][1],GlassSpawns[rand][2],GlassSpawns[rand][3]);
261