PHP Code:
foreach(new i : Player)
{
? ? if(GetPlayerVirtualWorld(i) == GetPlayerVirtualWorld(playerid))
? ? {
? ? ? ? SendClientMessage(i,?0xFFFFFF00, string);
? ? }
}
[Pawn] How i can add this to my command?
|
Messages In This Thread |
How i can add this to my command? - by Nicolas_Belic - 2021-02-19, 02:49 PM
RE: How i can add this to my command? - by Radical - 2021-02-19, 08:36 PM
|