28.02.2018, 15:39
(
Последний раз редактировалось DeMoo; 02.03.2018 в 14:39.
)
try this
PHP код:
new Float:GarbageCP[][4] =
{
{Float:x, Float:y, Float:z, Float:size},
{Float:x, Float:y, Float:z, Float:size}
};
SetPlayerCheckpoint(playerid, GarbageCP[randn][0], GarbageCP[randn][1], GarbageCP[randn][2], GarbageCP[randn][3]);