Search Results
there must be a reason why it's not working i had it working before but i lost that map ((
117
I got a gate that should open when press spacebar but this dosn't happen (( Can any one tell me why? This is my script [public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)] Код: public OnP...
117
Hi, i added 20 bins in the city my gameplay is at and i would like to know how can i make this. What i want is that when you are in the trash car and when you get to one of this red bins and hold spac...
87
check out the last 8 numbers the gate ment to move down from 17 to 14
124
how come this gate doesnt move when i press enter in the position i selected Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { new string[256]; new giveplayer[MAX_PLAYER_NAME]; ...
124
thx, but another problem appeared : error 017: undefined symbol "KEY_ENTER"
133
error 017: undefined symbol "newkeys" Код: public OnPlayerKeyStateChange(playerid, neykeys, oldkeys) { new string[256]; new giveplayer[MAX_PLAYER_NAME]; new playername[MAX_PLAYER_NAME]; new g...
133
i think this would work for the Online/Offline but what about Number of players ? <? $ip = "ipaddress"; $port = "port"; if (! $sock = @fsockopen($ip, $port, $num, $error, 5)) echo '<B><FO...
267
I want to put the server status on the forum, that it gets the ip and shows Online/Offline and nuumber of players playing
267
hi do you know how to put server info on forum what i mean is players ?/? Online/Offline. How can i put that ?? on a forum that it will refresh and you will se the numer of players
267
I get one warrning :/ Код: warning 235: public function lacks forward declaration (symbol "open") Код: forward Open(playerid); Код: public OnGameModeInit() { SetTimer("open", 1000, 1); r...
199
Delete The Command From OnPlayerCommandText and put it to OnPlayerKeyStateChange pawn Код: if(newkeys == KEY_ENTER)    {      if(IsPlayerConnected(playerid))        {            Â...
177
im using this on my server pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    if(newkeys == KEY_ENTER)    {        if(PlayerToPoint(3.9,playerid,2019.7307,1916.2554,1...
177
if they both sam so what si the point of having both of them ?? insted of jsut one
827
what iss the difference between lynux server and windows server, cos i got the windows one and want to find out what is the lynux one for
827
any ideas how to do that when someone enters a truck and attaches a trailer, he gets an checkpoint and when he reaches he gets a checkpoint back to the place he started at. When he gets to the 2nd che...
136
Code: new army; public OnGameModeInit() { army = GangZoneCreate(755.9178, -2293.762); return 1; } public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, army, 0x00800096); retur...
226