Search Results
pawn Код: format(string, sizeof(string), "ID: %d", houseInfo[id][houseID]) you forgot a little ',' over there
311
are you launching up the right compiler from the right directory?
250
Quote: Originally Posted by Youarex This was so worth mentioning. There are plenty of helpful topics about mapping. For heavens sake, someone should make a tutorial on how to use search. ...
445
Quote: Originally Posted by Berlovan 2 weeks ago = 13 that's a lie, i started in 2009 when i created my account here when i was 12
1,922
timers and moving objects, onobjectmoved many choices really
149
that's what your average person does when it runs out of oxygen, it dies.
557
so have you made sure the lag doesn't occur only to you but to your players as well?
210
Quote: Originally Posted by Isolated pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (!strcmp("/repair", cmdtext))    {        if(!IsPlayerInAnyVehicle(playeri...
431
i believe it is wiser to make a 3D text there rather than checking his coordinates every second.
431
pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (!strcmp("/repair", cmdtext))    {        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF...
431
pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (!strcmp("/repair", cmdtext))    {        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF...
431
yes you can "drive" an object you need this pawn Код: stock GetXYInFrontOfPoint(Float:x, Float:y, &Float:x2, &Float:y2, Float:A, Float:distance){    x2 = x + (distance * floatsin(-A, de...
195