Search Results
pawn Код: format(string, sizeof(string), "ID: %d", houseInfo[id][houseID]) you forgot a little ',' over there
134
are you launching up the right compiler from the right directory?
105
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. ...
279
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,109
timers and moving objects, onobjectmoved many choices really
101
that's what your average person does when it runs out of oxygen, it dies.
329
so have you made sure the lag doesn't occur only to you but to your players as well?
137
Quote: Originally Posted by Isolated pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (!strcmp("/repair", cmdtext))    {        if(!IsPlayerInAnyVehicle(playeri...
287
i believe it is wiser to make a 3D text there rather than checking his coordinates every second.
287
pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (!strcmp("/repair", cmdtext))    {        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF...
287
pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (!strcmp("/repair", cmdtext))    {        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF...
287
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...
130